.index-load {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 99;
    background: #fff;
    background-size: cover;
    transition: all .8s ease-in-out;
}

.index-load .loading-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -85px;
    margin-top: -25px;
    z-index: 2;
}

.index-load .line {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.index-load .line:before {
    content: "";
    position: absolute;
    background: #2460C4;
    left: 0%;
    height: 2px;
    animation: width-load 2.5s forwards ease-out;
}

.index-load.active {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
}

.index-load.active .line:before {
    height: 100vh;
    transition: all .3s .1s ease-in-out;
}

.index-warp {
    transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.index-warp.active {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    opacity: 1;
}

@keyframes width-load {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}





.ovh-h {
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.por {
    position: relative;
}

.i-banner {
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    position: relative;
}

.i-banner .swiper-slide {
    background-size: cover !important;
}



.i-banner .swiper-pagination.swiper-pagination-bullets {
    height: auto;
    position: absolute;
    right: 0 !important;
    left: auto;
    z-index: 5;
    top: 50%;
    bottom: auto;
    width: auto;
}

.i-banner .swiper-pagination.swiper-pagination-bullets span {
    display: block;
    margin-right: 20px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
    float: none;
    border-radius: 0;
    opacity: 1;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.2);

}

.i-banner .swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet-active {
    background: #2460C4;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.i-banner .swiper-slide .text {
    position: absolute;
    top: 33.3%;
    right: 5.2%;
}

.i-banner .swiper-slide .text .tit-x {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
    text-shadow: 5px 1px 6px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: translate(0, 40px);
    -webkit-transition: all .3s .6s;
    -o-transition: all .3s .6s;
    transition: all .3s .6s;
}

.i-banner .swiper-slide .text .tit-h {
    font-size: 82px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 3px;
    text-shadow: 5px 1px 6px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transition: all .3s .8s;
    -o-transition: all .3s .8s;
    transition: all .3s .8s;
}

.i-banner .swiper-slide.swiper-slide-active .text .tit-x,
.i-banner .swiper-slide.swiper-slide-active .text .tit-h {
    opacity: 1;
    transform: translate(0, 0px);
}

.g-head {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
    box-sizing: border-box;
    padding: 0 3.2%;
    padding-top: 20px;
    padding-bottom: 20px;
}


.g-head::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 7px;
    background: linear-gradient(270deg, #6A11CB 0%, #6A11CB 0%, #6A11CB 0%, #2460C4 100%, #2460C4 100%);
}





.search {
    z-index: 9;
    padding-right: 40px;
}

.search form {
    position: relative;
}

.search form input[type=text] {
    width: 160px;
    height: 30px;
    border-radius: 30px;
    padding-left: 20px;
    background: rgba(52, 52, 52, 0.5);
    box-sizing: border-box;
    border: none;
    color: #9E9E9E;
    font-size: 14px;
}

.search form input[type=text]:focus {
    border: none;
    outline: none;
}


.search form input::placeholder {
    color: #9E9E9E;
}

.search form input[type=image] {
    position: absolute;
    top: 8px;
    right: 20px;
}

.search form input.img1 {
    display: block;
}

.search form input.img2 {
    display: none;
}

.g-head.active .search form input.img2 {
    display: block;
}

.g-head.active .search form input.img1 {
    display: none;
}

.g-head .wal {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}


/* Safari，Chrome WebKit browsers */
.index-warp .search input::-webkit-input-placeholder {
    color: #9E9E9E;
}

/* 火狐 Mozilla Firefox 4 to 18 */
.index-warp .search input:-moz-placeholder {
    color: #9E9E9E;
}

/* 火狐 Mozilla Firefox 19+ */
.index-warp .search input::-moz-placeholder {
    color: #9E9E9E;
}

/* Internet Explorer 10+ */
.index-warp .search input:-ms-input-placeholder {
    color: #9E9E9E;
}



.g-head a.navA {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 3px;
    bottom: auto;
    background: url(../img/navA-bg.png) center no-repeat;
    background-size: 100% 100%;
    width: 69px;
    height: 59px;
}

.g-head a.navA:after {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 31px;
    height: 22px;
    background: url("../img/navA.png") center no-repeat;
    background-size: cover;
}


.i-banner:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    z-index: 2;
    background: url(../img/mark-bg.png) center top repeat-x;
    background-size: 100% 100%;
}

.f-cb {
    zoom: 1;
}

.i-lista {
    width: 100%;
    position: absolute;
    bottom: 15px;
    text-align: center;
    z-index: 3;
}

.i-lista .ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* margin-top: 10px; */
    padding-top: 10px;
}

.i-lista .ul .li {
    width: 165px;
    height: 110px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}





.i-lista .ul .li:hover {
    background: #2460C4;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.i-lista .ul .li:hover a span {
    color: #fff;
}

.i-lista .list-box .list {
    display: none;
}

.i-lista .list-box .list.onx {
    display: block;
}


.i-lista .list-box:hover {
    display: block;
}


.i-lista .ul .li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.i-lista .ul .li a span {
    font-size: 20px;
    color: #444;
    margin-top: 5px;
}

.i-lista .ul .li a span.font_family {
    font-size: 26px;
}


.i-lista .list-box {
    width: 100%;
    height: 270px;
    border-radius: 10px;
    background: rgba(36, 96, 196, 0.85);
    display: none;
}

.i-lista .list-box .list {
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    visibility: hidden;
    width: 100%;
    -webkit-transition: all .8s;
    transition: all .8s;
}

.i-lista .list-box .list.active {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transition: all .6s .2s ease-in-out;
    visibility: visible;
    display: block;
    transition: all .6s .2s ease-in-out;
}

.i-lista .list-box .list .n-list {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 25px;
}

.i-lista .list-box .n-list .p-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 30px;
    padding-right: 0;
    height: 100%;
    justify-content: space-between;
    width: 100%;
}



.i-lista .list-box .n-list .p-text .title {
    font-size: 28px;
    font-weight: bold;
    color: #FFF;
}

.i-lista .list-box .n-list .p-text .desc {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #FFF;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.i-lista .list-box .n-list .p-text .ex-more {
    width: 100%;
    display: inline-block;
    width: 126px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    border-radius: 10px;
    background: #FFF;
    font-size: 14px;
    color: #2460C4;
}

/* -- */

.footer {
    width: 100%;
    height: 320px;
    box-sizing: border-box;
    padding-top: 50px;
}

.footer .foot {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 35px;
}

.footer .foot .f-nav {
    width: 13%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .foot .f-nav a {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    color: #666;
    display: inline-block;
}

.footer .foot .f-nav a:hover {
    color: #2460C4;
}

.footer .foot .links-list a:hover {
    color: #2460C4;
}


.footer .foot .xian {
    display: inline-block;
    height: 132px;
    width: 1px;
    background: rgba(216, 216, 216, 0.5);
}

.footer .foot .f-links {
    width: 35.8%;
    height: 132px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}



.footer .foot .links-name {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    height: 30px;
}

.footer .foot .links-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .foot .links-list a {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    color: #AAA;
    display: inline-block;
    width: 50%;
}

.footer .foot .f-codes {
    display: flex;
}

.footer .foot .f-codes .item .title {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    color: #9E9E9E;
    text-align: center;
}

.footer .banq {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 25px;
    border-top: 1px solid rgba(216, 216, 216, 0.5);
}

.footer .banq p {
    font-size: 14px;
    line-height: 25px;
    color: #9E9E9E;
}



.part .footer .banq p a {
    font-size: 14px;
    line-height: 25px;
    color: #9E9E9E;
}

.footer .banq img {
    display: inline-block;
}

.footer .banq .b-banq p {
    text-align: right;
}

/* -- */

.nei-banner {
    width: 100%;
    position: relative;
}


.nei-banner:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 586px;
    z-index: 2;
    background: url(../img/mark-bg.png) center repeat-x;
    background-size: 100% 100%;
}

.nei-banner .nydt img {
    width: 100%;
}




.sub-nav {
    width: 100%;
    /* height: 64px; */
    border-bottom: 1px solid #E5E5E5;
}

.sub-nav .sub-nav-list {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}

.sub-nav .sub-nav-list a {
    font-size: 16px;
    color: #666;
    height: 64px;
    height: 40px;
    display: flex;
    align-items: center;
}

.sub-nav .sub-nav-list a:hover {
    color: #2460C4;
}


.sub-nav .sub-nav-list a.on {
    color: #2460C4;
}

.sub-nav .sub-nav-list span {
    margin: 0 20px;
    color: #D8D8D8;
}




.con-detail .detail {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 215px;
    border: 1px solid #DBDBDB;
    padding-bottom: 0;
}

.con-detail .title {
    font-size: 30px;
    font-weight: bold;
    color: #3D3D3D;
    text-align: center;
}

.con-detail .timer {
    text-align: center;
    margin: 15px 0 10px 0;
}

.con-detail .timer span {
    font-size: 16px;
    color: #999;
}

.con-detail .content {
    padding-top: 15px;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}

.con-detail .content p {
    font-size: 16px;
    line-height: 30px;
    color: #3D3D3D;
    margin-bottom: 15px;
    text-indent: 2em;
}

.con-detail .content p img {
    max-width: 100%;
}


.con-detail .prevnext {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 30px;
}

.con-detail .prevnext a {
    font-size: 16px;
    color: #3D3D3D;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.con-detail .prevnext a:hover {
    color: #2460C4;
}

.con-detail .prevnext .next {
    width: 50%;
}

.con-detail .prevnext .prev {
    width: 50%;
}


.nei-banner .nei-wz {
    position: absolute;
    bottom: 3%;
    width: 100%;
    z-index: 9;
}

.nei-banner .nei-wz .nei-wz-mw {
    max-width: 1400px;
    margin: 0 auto;
}

.nei-banner .nei-wz .wz-name {
    font-size: 36px;
    font-weight: bold;
    color: #FFF;
}

.nei-banner .nei-wz .wz-xian {
    display: inline-block;
    width: 70px;
    height: 5px;
    background: #FFF;
    margin: 20px 0 30px 0;
}

.nei-banner .nei-wz .wz-home {
    font-size: 14px;
    color: #FFF;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.nei-banner .nei-wz .wz-home a {
    font-size: 14px;
    color: #FFF;
}

.nei-banner .nei-wz .wz-navlist {
    margin-top: 35px;
}

.nei-banner .nei-wz .wz-navlist a {
    /* width: 126px; */
    width: auto;
    padding: 0 10px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    border-radius: 10px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #2460C4;
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
    color: #2460C4;
}

.nei-banner .nei-wz .wz-navlist a.on {
    background: #2460C4;
    border: 1px solid #fff;
    color: #fff;
}

.nei-banner .nei-wz .wz-navlist a:hover {
    background: #2460C4;
    border: 1px solid #fff;
    color: #fff;
}


/* -- */
.con-danye .detail {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 215px;
    border: 1px solid #DBDBDB;
    padding-bottom: 0;
}

.con-danye .title {
    font-size: 30px;
    font-weight: bold;
    color: #3D3D3D;
    text-align: center;
}



.con-danye .content {
    padding-top: 15px;
}

.con-danye .content p {
    font-size: 16px;
    line-height: 30px;
    color: #3D3D3D;
    margin-bottom: 15px;
    /*text-indent: 2em;*/
}

.con-danye .content p img {
    /*width: 100%;*/
}


/* ------index--- */

.i-lista .ul {
    position: relative;
}

.i-lista .list-box {
    position: absolute;
    bottom: 120px;
    left: 0;
}



/* 信息列表 */

.textlist {
    border-bottom: 1px solid #E5E5E5;
}

.textlist ul.info li {
    width: 100%;
    height: 180px;
    border-radius: 10px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #E4E4E4;
    margin-bottom: 20px;
    padding: 0 25px 0 30px;
}


.textlist ul.info li .d {
    font-size: 36px;
    color: #333;
    text-align: center;
}

.textlist ul.info li .y {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 20px;
}

.textlist ul.info li .title {
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.textlist ul.info li .desc {
    font-size: 14px;
    line-height: 30px;
    color: #999;
    margin-top: 10px;
}

.textlist ul.info li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;

}


.textlist ul.info li .text {
    padding-left: 25px;
}

.textlist ul.info li .dete {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 56px;
    min-height: 95px;
    padding-right: 20px;
    border-right: 1px solid #D8D8D8;
}


.textlist ul.info li:hover {
    background: #F5F7FB;
    border: 1px solid #F5F7FB;
}

.textlist ul.info li:hover .d {
    color: #2460C4;
}

.textlist ul.info li:hover .y {
    color: #2460C4;
}

.textlist ul.info li:hover .title {
    color: #2460C4;
}


/* 分页 */
center.margin-top-60,
center.padding-top-90 {
    margin: 40px auto 30px;
    overflow: hidden;
    width: 100%;
}

center.margin-top-60 ul,
center.padding-top-90 ul {
    list-style-type: none;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

center.margin-top-60 ul li,
center.padding-top-90 ul li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 15px;
    background: white;
    border: 1px solid #dddddd;
    border-radius: 1px;
    padding: 0;
}

center.margin-top-60 ul li a,
center.padding-top-90 ul li a {
    color: #5a5a5a;
}

center.margin-top-60 li.active,
center.padding-top-90 li.active {
    background: #2460C4;
}

center.margin-top-60 li.active a,
center.padding-top-90 li.active a {
    color: #fff;
}

center.margin-top-60 ul li a,
center.padding-top-90 ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
}

center.margin-top-60 ul li a span,
center.padding-top-90 ul li a span {
    font-size: 22px;
}


center.padding-top-90 ul li a .layui-icon-prev:before {
    content: "\e65a";
}

center.padding-top-90 ul li a .layui-icon-next:before {
    content: "\e65b";
}

center.margin-top-60 {
    margin: 40px 0;
}


/* --图片-- */

.picture {
    border-bottom: 1px solid #E5E5E5;
}

.picture center {
    margin-top: -13px;
}

.picture ul.info {
    display: flex;
    flex-wrap: wrap;
}

.picture ul.info li {
    width: 445px;
    margin-right: 30px;
    margin-bottom: 53px;
    height: 400px;
    cursor: pointer;
}

.picture ul.info li .img {
    overflow: hidden;
}

.picture ul.info li .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
}

.picture ul.info li .text {
    width: 445px;
    box-sizing: border-box;
    padding: 25px 30px;
    height: 150px;
    border: 1px solid #E4E4E4;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.picture ul.info li .title {
    font-size: 16px;
    line-height: 30px;
    color: #3C3C3C;
}

.picture ul.info li .dete {
    font-size: 14px;
    line-height: 30px;
    color: #9E9E9E;
    margin-top: 10px;

}

.picture ul.info li .more {
    display: inline-block;
    width: 94px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid #2460C4;
    font-size: 14px;
    color: #2460C4;
    position: absolute;
    right: 30px;
    bottom: 35px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.picture ul.info li:hover .img img {
    transform: scale(1.05);
}

.picture ul.info li:hover .text {
    background: #F5F7FB;
    height: 165px;
    border: 1px solid #F5F7FB;
    transition: all 0.5s ease-in-out;
}

.picture ul.info li:hover .more {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

/* --图文-- */
.piclist {
    border-bottom: 1px solid #E5E5E5;
}

.piclist ul.info li {
    display: flex;
    width: 100%;
    height: 227px;
    border-radius: 10px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #E4E4E4;
    margin-bottom: 20px;
    align-items: center;
    padding: 35px 30px;
    position: relative;
}

.piclist ul.info li .img {
    overflow: hidden;
    width: 21.3%;
}

.piclist ul.info li .img img {
    width: 100%;
}

.piclist ul.info li .text {
    width: 78.7%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 30px;
}

.piclist ul.info li .title {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.piclist ul.info li .desc {
    font-size: 14px;
    line-height: 30px;
    color: #999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.piclist ul.info li .dete {
    font-size: 14px;
    line-height: 30px;
    color: #9E9E9E;
}

.piclist ul.info li .more {
    display: inline-block;
    width: 94px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid #2460C4;
    font-size: 14px;
    color: #2460C4;
    position: absolute;
    right: 30px;
    bottom: 35px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.piclist ul.info li:hover {
    background: #F5F7FB;
    border: 1px solid #F5F7FB;
}

.piclist ul.info li:hover .title {
    color: #2460C4;

}

.piclist ul.info li:hover .more {

    opacity: 1;
}


/* 导航 */


.header-menu {
    background-color: #19375f;
    width: 100%;
    height: 95%;
    position: fixed;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 10;
    /* transform: translate(0, -50%) rotateY(90deg); */
    transform: translate(-100%, 0);
    /* top: 60%; */
    top: 140px;
    left: 0;
    display: flex;
    justify-content: space-between;
}

.header-menu.cur {
    transform: translate(0, -50%) rotateY(0);
    transform: none;
}

.header-menu .menu-item-content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 15vh 26px 0;
    transition-duration: .5s;
}

.header-menu .menu-item-content:hover {
    background: #163b67;
}

.header-menu .menu-item {
    flex: 1;
    position: relative;
}

.header-menu .menu-item:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
}

.header-menu .menu-top-a {
    display: block;
    font-size: 24px;
    line-height: 72px;
    margin-bottom: 32px;
    color: #fff;
    transition-duration: .3s;
}

.header-menu .menu-sub-a {
    display: block;
    font-size: 18px;
    line-height: 60px;
    color: #6687ae;
    transition-duration: .3s;
}

.header-menu .menu-sub-a:before {
    vertical-align: middle;
    display: inline-block;
    width: 0;
    height: 2px;
    background: #fff;
    content: "";
    transition-duration: .3s;
    position: relative;
    top: -2px;
}

.header-menu .menu-sub-a:hover {
    color: #fff;
}

.header-menu .menu-sub-a:hover:before {
    width: 30px;
    margin-right: 6px;
}

/* -- */

.g-head {
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.g-head.active {
    background: #fff;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    position: fixed;
}

.g-head .wal h1 .img2 {
    display: none;
}

.g-head.active .wal h1 .img2 {
    display: block;
}

.g-head.active .wal h1 .img1 {
    display: none;
}

.index-warp.active1 {
    position: fixed;
    width: 100%;
}




.g-head.active .search form input[type=text] {
    background: rgb(200 200 200 / 50%);
}


/* 概况索引 */
.con-about .col-umn {
    width: 100%;
    height: 60px;
    display: inline-block;
    padding-left: 20px;
    border-left: 4px solid #2460C4;
    margin: 85px 0 40px 0;
}

.con-about .col-umn .col-name {
    font-size: 32px;
    color: #383838;
}

.con-about .col-umn .col-name-en {
    font-size: 14px;
    color: #B1B1B1;
}

.con-about .qyjj {
    display: flex;
}

.con-about .qyjj .text {
    padding-left: 50px;
    width: 50%;
}

.con-about .qyjj .text .extend {
    display: flex;
    justify-content: space-between;
}

.con-about .qyjj .title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 45px;
}

.con-about .qyjj .desc {
    margin-top: 20px;
    margin-bottom: 50px;
}

.con-about .qyjj .desc p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.con-about .qyjj a.more {
    width: 126px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    border-radius: 10px;
    background: #FFF;
    border: 1px solid #2460C4;
    font-size: 14px;
    color: #2460C4;
    display: inline-block;
}

.con-about .qyjj .num p {
    font-size: 14px;
    color: #3D3D3D;
}

.con-about .qyjj .num p span {
    font-size: 38px;
    font-weight: bold;
    color: #2460C4;
    margin-right: 5px;
}

.con-about .qyjj .number {
    display: flex;
    align-items: center;
}

.con-about .qyjj .number .num-xian {
    width: 1px;
    height: 30px;
    display: inline-block;
    background: #D8D8D8;
    margin: 0 15px;
}

.con-about .itemlist {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 10px 0;
}

.con-about .itemlist .item {
    position: relative;
    border-radius: 10px;
}



.con-about .itemlist .item span {
    font-size: 26px;
    color: #FFF;
    display: inline-block;
}

.con-about .itemlist .item span:nth-child(1) {
    margin-top: 30px;
}

.con-about .itemlist .item .ttile {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 43px;
    justify-content: space-between;
}

.con-about .itemlist .item .mark {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 96, 196, 0.5);
    display: none;
    border-radius: 10px;
}

.con-about .itemlist .item:hover .mark {
    display: block;
}


/* --主营板块-- */

.con-business .business {
    width: 100%;
    margin-top: 85px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.con-business .item {
    width: 325px;
    height: 365px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    transition: all .5s .1s ease-in-out;
}


.con-business .item .img img {
    width: 100%;
}

.con-business .item .text {

    border-collapse: separate;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);


    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 180px;
    border-radius: 0px 0px 10px 10px;
}

.con-business .item .text .title {
    font-size: 24px;
    color: #3D3D3D;
}

.con-business .item .text .xian {
    width: 40px;
    height: 1px;
    background: #D8D8D8;
    margin: 10px 0 30px 0;
}

.con-business .item .text .more {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(../img/business-more-icon.png) no-repeat;
}



/* - */
.con-business .item .item1 {
    display: none;
    transition: all .3s .1s ease-in-out;
}

@media all and (min-width:1140px) {

    .con-business .item:hover {
        top: -10px;
        transition: all .5s .1s ease-in-out;
    }

    .con-business .item:hover .text {
        display: none;
    }

    .con-business .item:hover .item1 {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        transition: all .3s .1s ease-in-out;
    }
}






.con-business .item .item1 .text1 {
    width: 325px;
    height: 229px;
    background: #2460C4;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 0 0 10px 10px;
}

.con-business .item .item1 .top {
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px 10px 0 0;
}

.con-business .item .item1 .icon {
    width: 68px;
    height: 68px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.con-business .item .item1 .icon span {
    color: #2460C4;
    font-size: 22px;
}

.con-business .item .item1 .title {
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
}

.con-business .item .item1 .xian {
    width: 40px;
    height: 1px;
    background: #fff;
    margin: 10px 0 30px 0;
}

.con-business .item .item1 .desc {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #FFF;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/* 党建 */

.column {
    display: flex;
    justify-content: space-between;
    height: 60px;
    margin: 80px 0 40px 0;
}

.column .col-umn {

    display: inline-block;
    padding-left: 20px;
    border-left: 4px solid #2460C4;
}

.column .col-umn .col-name {
    font-size: 32px;
    color: #383838;
}

.column .col-umn .col-name-en {
    font-size: 14px;
    color: #B1B1B1;
}

.column a.more {
    display: inline-block;
    width: 126px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid #2460C4;
    font-size: 14px;
    color: #2460C4;

}

.djgz .djgzlist {
    display: flex;
    justify-content: space-around;
}

.djgz .djgzlist .imgs {
    width: 685px;
    position: relative;
}

.djgz .djgzlist .imgs .swiper-slide .img img {
    width: 100%;
}

.djgz .djgzlist .imgs .swiper-slide .title {
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    color: #FFF;
    position: absolute;
    bottom: 0;
    line-height: 60px;
    box-sizing: border-box;
    padding-left: 30px;
}




.djgz .djgzlist .list {
    width: 685px;
}

.djgz .djgzlist .list ul li.first {
    width: 100%;
    height: 126px;
    border-radius: 10px;
    background: #F5F7FB;
    box-sizing: border-box;
    padding: 0 35px;
    margin-bottom: 10px;
}

.djgz .djgzlist .list ul li.first a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.djgz .djgzlist .list ul li.first .d {
    font-size: 36px;
    color: #2460C4;
    text-align: center;
}

.djgz .djgzlist .list ul li.first .y {
    font-size: 14px;
    color: #2460C4;
    text-align: center;
}

.djgz .djgzlist .list ul li.first .dete {
    height: 67px;
    min-width: 60px;
    border-right: 1px solid #D8D8D8;
    padding-right: 23px;
}

.djgz .djgzlist .list ul li.first .title {
    font-size: 16px;
    line-height: 30px;
    color: #2460C4;
    padding-left: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;

}


.djgz .djgzlist .list li.nli {
    display: flex;
    justify-content: space-between;
}

.djgz .djgzlist .list li.nli a {
    font-size: 16px;
    line-height: 50px;
    color: #383838;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.djgz .djgzlist .list li.nli a::before {
    position: absolute;
    content: '·';
    left: 0;
}

.djgz .djgzlist .list li.nli a:hover {
    color: #2460C4;
}

.djgz .djgzlist .list li.nli span {
    font-size: 16px;
    line-height: 50px;
    color: #9E9E9E;
}

.djgzlist .imgs .swiper-pagination {
    text-align: right;
    box-sizing: border-box;
    padding-right: 30px;
    margin-bottom: 10px;
}

.djgzlist .imgs .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #D8D8D8;
    opacity: 1;
}



.djgzlist .imgs .swiper-pagination .swiper-pagination-bullet-active {
    background: #2460C4;
}


.con-part .advlist {
    margin: 80px 0;
}

.con-part .advlist .swiper-slide img {
    width: 100%;
}


.con-part .advlist .swiper-button-next,
.con-part .advlist .swiper-button-prev {
    width: 17px;
    height: 33px;
    display: inline-block;
    position: absolute;
}

.con-part .advlist .swiper-button-next {
    background: url(../img/left_btn4_l.png) no-repeat;
    right: 0;
}

.con-part .advlist .swiper-button-prev {
    background: url(../img/left_btn4_r.png) no-repeat;
    left: 0;
}

.qtzc .qtzclist {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.qtzc .qtzclist .item {
    width: 445px;
    position: relative;
    top: 0;
    transition: all .5s .1s ease-in-out;
}

.qtzc .qtzclist .item .img {
    overflow: hidden;
}

.qtzc .qtzclist .item .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
}

.qtzc .qtzclist .item .text {
    width: 100%;
    height: 150px;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.qtzc .qtzclist .item .title {
    font-size: 16px;
    color: #383838;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.qtzc .qtzclist .item .desc {
    font-size: 14px;
    line-height: 25px;
    color: #9E9E9E;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.qtzc .qtzclist .item .dete {
    font-size: 14px;
    line-height: 25px;
    color: #9E9E9E;
}


.qtzc .qtzclist .item:hover .img img {
    transform: scale(1.05);
}

.qtzc .qtzclist .item:hover .text {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.qtzc .qtzclist .item:hover .title {
    color: #2460C4;
}

.qtzc .qtzclist .item:hover {
    top: -10px;
    transition: all .5s .1s ease-in-out;
}


.con-part .ztzllist {
    margin: 80px 0;
}

.con-part .ztzllist .swiper-pagination {
    position: unset;
    margin-top: 25px;
}



.con-part .jjc .col-more a {
    width: 126px;
    height: 47px;
    line-height: 47px;
    border-radius: 10px;
    background: #FFF;
    border: 1px solid #2460C4;
    font-size: 14px;
    color: #2460C4;
    display: inline-block;
    text-align: center;
    margin-left: 25px;
}

.con-part .jjc .col-more a.on {
    background: #2460C4;
    color: #fff;
}

.con-part .jjclist ul {
    width: 100%;
    height: 200px;
    display: flex;
    display: none;
}

.con-part .jjclist ul.on {
    display: block;
}

.con-part .jjc ul li {
    width: 25%;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    padding: 45px 40px;
    position: relative;
    top: 0;
    transition: all .5s .1s ease-in-out;
    float: left;
}

.con-part .jjc ul li .title {
    font-size: 16px;
    line-height: 35px;
    color: #414141;
}

.con-part .jjc ul li .dete {
    font-size: 14px;
    line-height: 35px;
    color: #9E9E9E;
    margin-top: 10px;
}

.con-part .jjc ul li:hover .title {
    color: #2460C4;
}

.con-part .jjc ul li:hover {
    top: -10px;
    transition: all .5s .1s ease-in-out;
}





/* 手机导航 */
.mb-header {
    display: none;
}

.mb-header .header-con .logo {
    width: 90%;
    height: 100%;
}

.mb-header .header-con {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mb-header .header-con .logo img {
    /* width: 60%; */
    height: 100%;
}

.sp_header {
    height: 50px;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px
}

.sp_nav span {
    display: block;
    background: #0063b5;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 10px;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 9;
    background: #eee;
    width: 100%;
    height: calc(100% - 104px);
    font-size: 14px;
    line-height: 40px;
    top: -1000px;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
    z-index: 99;
    height: auto !important;
    padding-bottom: 50px;
}

.nav_show {
    top: 60px !important;
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    width: 80%
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #c9141e
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

.ztzllist .swiper-button-prev,
.swiper-button-next {
    display: none;
}

/* 鎼滅储 */

.con-search {
    margin-top: 50px;
}

.search-big {
    background: #fff;
    position: relative;
    box-shadow: 0 0 10px #ccc;
    width: 100%;
}

.search-big .input-lg:focus-visible {
    border: none;
    outline: aliceblue;
}

.con-search span.text-info {
    font-size: 14px;
    color: #0062b2;
}

.search-big .input-lg {
    border: none;
    background: #f5f7fb;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #231815;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 16px;
}

.search-big .noborder-left {
    position: absolute;
    right: 20px;
    top: 0;
    border: none;
    cursor: pointer;
    display: inline-block;
    width: auto;
    height: auto;
    background: none;
}



.mb-footer {
    width: 100%;
    height: auto;
    padding: 0;
    background: #F1F1F1;
}


.mb-footer .banq {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    padding-top: 25px;
}

.mb-footer .banq p {
    text-align: center;
}


.mb-footer {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.mb-footer .foot {
    width: 100%;
}




.mb-footer .banq p {
    font-size: 14px;
    line-height: 25px;
    color: #9E9E9E;
}



.part .mb-footer .banq p a {
    font-size: 14px;
    line-height: 25px;
    color: #9E9E9E;
}

.mb-footer .banq img {
    display: inline-block;
}



.mb-footer .foot .f-nav ul li a {
    display: inline-block;
    width: 90%;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.mb-footer .foot .f-nav ul li span {
    float: right;
}

.mb-footer .foot .f-nav ul li {
    line-height: 50px;
    border-bottom: 1px solid rgba(216, 216, 216, 0.7);
}

.mb-footer .foot .f-nav {
    width: 90%;
    margin: 0 auto;
}

.mb-footer .foot .f-nav ul li .sub {
    display: none;
}

.mb-footer .foot .f-nav ul li .sub a {
    border-top: 1px solid rgba(216, 216, 216, 0.7);
    padding-left: 25px;
    font-size: 14px;
}


/*--*/
.mb-footer .mb-links {
    padding-bottom: 20px;
}

.mb-footer .mb-links .box {
    width: 90%;
    position: relative;
    cursor: pointer;
    border: 1px solid #F0F0F0;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: #E0E0E0;
    margin: 0 auto;
}

.mb-footer .mb-links .box h3 {
    color: #868686;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin: 0;
    text-indent: 20px;
}

.mb-footer .mb-links .box:hover ul {
    display: block;
}

.mb-footer .mb-links .box::before {
    content: '';
    right: 30px;
    position: absolute;
    width: 15px;
    top: 18px;
    height: 10px;
    display: inline-block;
    background: url(../img/mb-links-jt.png) no-repeat;
}


.mb-footer .mb-links .box ul {
    width: 100%;
    background: #f7f7f7;
    position: absolute;
    left: 0;
    display: none;
    overflow-y: scroll;
    max-height: 220px;
    z-index: 999;
    bottom: 40px;
}

.mb-footer .mb-links .box ul li {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    margin: 0 15px;
    border-bottom: 1px dashed #ddd;
}


.mb-footer .mb-links .box ul li a {
    color: #333;
}

.layui-container {
    width: 100%;
}




/* --- */

.jjc .xcgzlist {
    display: none;
}


.jjc .column .col-umn {
    cursor: pointer;
}

.jjc .column .col-umn2 {
    border: none;
}

.column .col-umn.on .col-name {
    color: #2460C4;
}

.con-part .xcgzlist ul {
    width: 100%;
    height: 200px;
    display: flex;
}